home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Armageddon - Interactive Preview
/
Interactive Preview: Armageddon.iso
/
pc
/
control.dxr
/
Scripts & Behaviors_33_Scroll Up.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-19
|
180 b
|
16 lines
global gScrollerObj
on mouseEnter me
cursor(280)
end
on mouseLeave me
cursor(0)
end
on mouseDown me
repeat while the stillDown
scrollUp(gScrollerObj)
end repeat
end